home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-03
/
qbasicpg.zip
/
QBINFO.BAS
< prev
next >
Wrap
BASIC Source File
|
1988-12-21
|
1KB
|
22 lines
' Note: Simply run this routine using the QuickBASIC editor without any
' library.
'
COLOR 15, 0: CLS
PRINT "The QuickBASIC Utility Set Archive is provided with the following files:"
PRINT
PRINT "QBUTIL40.QLB - The QuickBASIC Utility Set QuickLibrary file."
PRINT "QBUTIL40.LIB - The QuickBASIC Utility Set Library file."
PRINT "QBUTIL40.PRN - The QuickBASIC Utility Set Documentation file."
PRINT "PRINTDOC.BAS - Designed to print the QBUTIL.PRN file."
PRINT "QBINFO.BAS - This file."
PRINT "UTILDEMO.BAS - The QuickBASIC Utility Set Introduction/Demo."
PRINT
PRINT "Release #4 is provided as Public Domain Software and may be distributed free"
PRINT "of charge. The above listed files are not to be modified if they are to be"
PRINT "distributed in this package."
PRINT
PRINT "To run the UTILDEMO.BAS program simply use the QuickBASIC editor with the "
PRINT "following command: " + CHR$(34) + "QB UTILDEMO /L QBUTIL" + CHR$(34)